home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Presen…rary 6 (Reseller Edition)
/
Apple Ref. & Pres. Lib.v6.0.toast
/
mac
/
3-Presentations
/
Apple Demos
/
Training
/
HyperCard 2.0 Training
/
•HC 2.0-6
/
background_12913.txt
next >
Wrap
Text File
|
1990-04-06
|
500b
|
28 lines
-- background: 12913 from stack: in.0-6
-- bmap block id: 0
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on closeCard
hideInfo
end closeCard
on hideInfo
hideFlds (the number of cd flds - 1)
end hideInfo
on hideFlds numFlds
if numFlds is empty then put 1 into numFlds
repeat with i = 1 to numFlds
hide cd fld ("Info " & i)
end repeat
end hideFlds
on showFld
lock screen
send hideInfo to this cd
show cd fld the short name of the target
end showFld